Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 8 - Light Objects / Light Objects Reference
Light Objects Routines / Managing Ambient Light


Q3AmbientLight_New

You can use the Q3AmbientLight_New function to create a new ambient light.

TQ3LightObject Q3AmbientLight_New (
const TQ3LightData *lightData);
lightData
A pointer to a light data structure.
DESCRIPTION
The Q3AmbientLight_New function returns, as its function result, a new ambient light having the characteristics specified by the lightData parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996